OpenFPM_pdata  1.1.0
Project that contain the implementation of distributed structures
 All Data Structures Namespaces Functions Variables Typedefs Enumerations Friends Pages
meta_copy< T[N1][N2][N3][N4][N5][N6][N7][N8]> Struct Template Reference

Partial specialization for N=8. More...

Detailed Description

template<typename T, size_t N1, size_t N2, size_t N3, size_t N4, size_t N5, size_t N6, size_t N7, size_t N8>
struct meta_copy< T[N1][N2][N3][N4][N5][N6][N7][N8]>

Partial specialization for N=8.

Definition at line 409 of file meta_copy.hpp.

#include <meta_copy.hpp>

Static Public Member Functions

static void meta_copy_ (const T src[N1][N2][N3][N4][N5][N6][N7][N8], T dst[N1][N2][N3][N4][N5][N6][N7][N8])
 copy and object from src to dst More...
 

Member Function Documentation

template<typename T , size_t N1, size_t N2, size_t N3, size_t N4, size_t N5, size_t N6, size_t N7, size_t N8>
static void meta_copy< T[N1][N2][N3][N4][N5][N6][N7][N8]>::meta_copy_ ( const T  src[N1][N2][N3][N4][N5][N6][N7][N8],
dst[N1][N2][N3][N4][N5][N6][N7][N8] 
)
inlinestatic

copy and object from src to dst

Parameters
srcsource object to copy
dstdestination object

Definition at line 417 of file meta_copy.hpp.


The documentation for this struct was generated from the following file: